static
arglist_t nuke_args[] = {
- {"waypoints", &nukewpts, "Remove all waypoints from data stream.",
+ {"waypoints", &nukewpts, "Remove all waypoints from data stream",
"0", ARGTYPE_BOOL} ,
- {"tracks", &nuketrks, "Remove all tracks from data stream.",
+ {"tracks", &nuketrks, "Remove all tracks from data stream",
"0", ARGTYPE_BOOL} ,
- {"routes", &nukertes, "Remove all routes from data stream.",
+ {"routes", &nukertes, "Remove all routes from data stream",
"0", ARGTYPE_BOOL} ,
{0, 0, 0, 0, 0}
};
NULL, ARGTYPE_FLOAT | ARGTYPE_REQUIRED },
{"exclude", &exclopt, "Exclude points close to center",
NULL, ARGTYPE_BOOL },
- {"nosort", &nosort, "Inhibit sort by distance to center.",
+ {"nosort", &nosort, "Inhibit sort by distance to center",
NULL, ARGTYPE_BOOL },
{"maxcount", &maxctarg,"Output no more than this number of points",
NULL, ARGTYPE_INT, "1", NULL },